home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / expect / exp_rename.h < prev    next >
Text File  |  1993-03-02  |  895b  |  26 lines

  1. /* translate.h - preface globals that appear in the expect library
  2. with "exp_" so we don't conflict with the user.  This saves me having
  3. to use exp_XXX throughout the expect program itself, which was written
  4. well before the library when I didn't have to worry about name conflicts.
  5.  
  6. Written by: Don Libes, NIST, 12/3/90
  7.  
  8. Design and implementation of this program was paid for by U.S. tax
  9. dollars.  Therefore it is public domain.  However, the author and NIST
  10. would appreciate credit if this program or parts of it are used.
  11. */
  12.  
  13. #define debuglog    exp_debuglog
  14. #define is_debugging    exp_is_debugging
  15. #define logfile        exp_logfile
  16. #define debugfile    exp_debugfile
  17. #define loguser        exp_loguser
  18. #define logfile_all    exp_logfile_all
  19.  
  20. #define init_pty    exp_init_pty
  21. #define getptymaster    exp_getptymaster
  22. #define getptyslave    exp_getptyslave
  23.  
  24. #define dev_tty        exp_dev_tty
  25. #define knew_dev_tty    exp_knew_dev_tty
  26.